home *** CD-ROM | disk | FTP | other *** search
- package BlockBreaker;
-
- import javax.microedition.lcdui.Display;
- import javax.microedition.lcdui.Displayable;
- import javax.microedition.midlet.MIDlet;
-
- public class BlockBreaker extends MIDlet {
- // $FF: renamed from: I J
- private J field_0 = null;
- // $FF: renamed from: Z javax.microedition.lcdui.Display
- private Display field_1 = null;
-
- public BlockBreaker() {
- System.gc();
- this.field_1 = Display.getDisplay(this);
- this.field_0 = new J(this);
- }
-
- protected final void startApp() {
- this.field_0.L = false;
- this.field_1.setCurrent(this.field_0);
- int var1 = this.field_0.K;
- if (this != null) {
- }
-
- if (var1 != 101) {
- this.field_1.setCurrent(this.field_0);
- Thread var2 = new Thread(this.field_0);
- var2.start();
-
- while(var2.isAlive()) {
- }
-
- this.field_1.setCurrent((Displayable)null);
- Object var3 = null;
- this.method_0();
- }
-
- }
-
- protected final void pauseApp() {
- this.field_0.L = true;
- }
-
- protected final void destroyApp(boolean var1) {
- this.field_1.setCurrent((Displayable)null);
- this.field_0.I();
- this.field_0 = null;
- this.notifyDestroyed();
- }
-
- // $FF: renamed from: I () void
- public final void method_0() {
- this.destroyApp(true);
- }
- }
-